replaceMisspelledWord

abstract fun replaceMisspelledWord(word: String)

Replaces misspelled word under cursor on the currently loaded web page with the given word. If there is no misspelled word under cursor, this method does nothing.

Parameters

word

a string that represents the word for replacement

Throws

when word is an empty or blank string